home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
jumpingrope.swf
/
scripts
/
frame_3
/
DoAction_2.as
next >
Wrap
Text File
|
2007-10-01
|
236b
|
13 lines
this.opening.onLoad = function()
{
var _loc1_ = 0;
trace("Load OK : opening logo ");
};
this.opening.onEnterFrame = function()
{
if(this.is_opening_played)
{
this._parent.gotoAndPlay("wait_start");
}
};